home *** CD-ROM | disk | FTP | other *** search
- package com.sun.xml.parser;
-
- class ElementDecl {
- String name;
- // $FF: renamed from: id java.lang.String
- String field_0;
- String contentType;
- ElementValidator validator;
- ContentModel model;
- boolean ignoreWhitespace;
- boolean isFromInternalSubset;
- SimpleHashtable attributes = new SimpleHashtable();
-
- ElementDecl(String var1) {
- this.name = var1;
- }
- }
-